Uncategorized APIClass ObjectDictionary ClassOn this pageDictionary Class Description: A class for creating Dictionary Usage: local Dictionary = require("Dictionary")local dict = Dictionary() __call Type: Metamethod. Description: A metamethod that allows creating instances of the "Dictionary" type. Signature: metamethod __call: function(self: DictionaryClass): Dictionary Returns: Return TypeDescriptionDictionaryA new instance of the Dictionary type.